home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat4
/
lqg.4
< prev
next >
Wrap
Text File
|
1999-09-16
|
957b
|
67 lines
lqg(1) Scilab Function lqg(1)
NAME
lqg - LQG compensator
CALLING SEQUENCE
[K]=lqg(P,r)
PARAMETERS
P : syslin list (augmented plant) in state-space form
r : 1x2 row vector = (number of measurements, number of inputs)
(dimension of
the 2,2 part of P)
K : syslin list (controller)
DESCRIPTION
lqg computes the linear optimal LQG (H2) controller for the "augmented"
plant P=syslin('c',A,B,C,D) (continuous time) or P=syslin('d',A,B,C,D)
(discrete time).
The function lqg2stan returns P and r given the nominal plant, weighting
terms and variances of noises.
K is given by the following ABCD matrices: [A+B*Kc+Kf*C+Kf*D*Kc,-Kf,Kc,0]
where Kc=lqr(P12) is the controller gain and Kf=lqe(P21) is the filter
gain. See example in lqg2stan.
SEE ALSO
lqg2stan, lqr, lqe, h_inf, obscont
AUTHOR
F.D.